]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/ruby-mode/control structure/tim
Add 'packages/html5-schema/' from commit '6e7c7c331e7f6692be6c7d39fb9485792f0d3513'
[gnu-emacs-elpa] / packages / yasnippet / snippets / ruby-mode / control structure / tim
1 # name: times { |n| ... }
2 # key: tim
3 # --
4 times { |${n}| $0 }